home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'AHMTExplorerView.pas' rev: 3.00
-
- #ifndef AHMTExplorerViewHPP
- #define AHMTExplorerViewHPP
- #include <AHMSControls.hpp>
- #include <Registry.hpp>
- #include <Menus.hpp>
- #include <StdCtrls.hpp>
- #include <Dialogs.hpp>
- #include <Forms.hpp>
- #include <Controls.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <Messages.hpp>
- #include <Windows.hpp>
- #include <SysUtils.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Ahmtexplorerview
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TAHMExplorerView;
- class PASCALIMPLEMENTATION TAHMExplorerView : public Stdctrls::TCustomListBox
- {
- typedef Stdctrls::TCustomListBox inherited;
-
- private:
- System::AnsiString FFileName;
- System::AnsiString FDirectory;
- Graphics::TBitmap* FBitmap;
- Classes::TNotifyEvent FOnSelectFile;
- Classes::TNotifyEvent FOnSelectDirectory;
- System::AnsiString FFilter;
- TEditCharCase FCharCase;
- Ahmscontrols::TAHMAboutSControlStr FAboutStr;
- void __fastcall SetDirectory(System::AnsiString Value);
- void __fastcall SetCharCase(Stdctrls::TEditCharCase ACase);
-
- protected:
- virtual void __fastcall DrawItem(int Index, const Windows::TRect &Rect, Stdctrls::TOwnerDrawState State
- );
- DYNAMIC void __fastcall Click(void);
- DYNAMIC void __fastcall DblClick(void);
- DYNAMIC void __fastcall KeyDown(Word &Key, Classes::TShiftState Shift);
- virtual void __fastcall CreateWnd(void);
- virtual void __fastcall CreateParams(Controls::TCreateParams &Params);
-
- public:
- __fastcall virtual TAHMExplorerView(Classes::TComponent* AOwner);
- virtual void __fastcall Loaded(void);
- __fastcall virtual ~TAHMExplorerView(void);
- virtual void __fastcall Update(void);
- virtual void __fastcall RePaint(void);
- Word __fastcall RPos(const char SubStr, System::AnsiString Str);
-
- __published:
- __property Ahmscontrols::TAHMAboutSControlStr About = {read=FAboutStr, write=FAboutStr};
- __property System::AnsiString Directory = {read=FDirectory, write=SetDirectory};
- __property System::AnsiString FileName = {read=FFileName};
- __property System::AnsiString Filter = {read=FFilter, write=FFilter};
- __property Stdctrls::TEditCharCase CharCase = {read=FCharCase, write=SetCharCase, nodefault};
- __property Align ;
- __property BorderStyle ;
- __property Columns ;
- __property Ctl3D ;
- __property DragCursor ;
- __property DragMode ;
- __property Enabled ;
- __property Font ;
- __property IntegralHeight ;
- __property ItemHeight ;
- __property ParentColor ;
- __property ParentCtl3D ;
- __property ParentFont ;
- __property ParentShowHint ;
- __property PopupMenu ;
- __property ShowHint ;
- __property TabOrder ;
- __property TabStop ;
- __property Visible ;
- __property OnDragDrop ;
- __property OnDragOver ;
- __property OnDrawItem ;
- __property OnEndDrag ;
- __property OnEnter ;
- __property OnExit ;
- __property OnMeasureItem ;
- __property OnMouseDown ;
- __property OnMouseMove ;
- __property OnMouseUp ;
- __property OnDblClick ;
- __property Classes::TNotifyEvent OnSelectFile = {read=FOnSelectFile, write=FOnSelectFile};
- __property Classes::TNotifyEvent OnSelectDirectory = {read=FOnSelectDirectory, write=FOnSelectDirectory
- };
- public:
- /* TWinControl.CreateParented */ __fastcall TAHMExplorerView(HWND ParentWindow) : Stdctrls::TCustomListBox(
- ParentWindow) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
-
- } /* namespace Ahmtexplorerview */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Ahmtexplorerview;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // AHMTExplorerView
-